DevForce Help Reference
EntityQueryOperation<T> Class
Members 


Information about an asynchronous query operation.
Syntax
Type Parameters
T
Remarks
Returned by an EntityManager.ExecuteQueryAsync<T> call. You can use the EntityQueryOperation to track or cancel the request. The EntityQueryOperation is also passed to the callback method supplied to the async call.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
      IdeaBlade.EntityModel.EntityQueryOperation<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQueryOperation<T> Members
IdeaBlade.EntityModel Namespace

Send Feedback